Welcome![Sign In][Sign Up]
Location:
Search - matlab logistic regression

Search list

[Mathimatics-Numerical algorithmsLogisticRegression

Description: 关于Logistic回归统计算法的matlab实现,内容包括建模、输出变量预测和预测误差分析。数据来自UCI数据库中的Ionosphere database,有351个统计实例,输出变量是二分类变量,代表电波从电离层反射的好坏情况,共有32个特征值。(压缩包中包含已经处理好的数据)-on Logistic regression algorithm to achieve the Matlab, including modeling, variable output forecast and prediction error analysis. UCI data from the database Ionosphere database, Statistics are 351 examples, and the output variable is two classification variables, representatives from the ionosphere radio reflection of the good and bad, A total of 32 eigenvalue. (Compressed package contains good data already processed)
Platform: | Size: 1192600 | Author: | Hits:

[Graph programLR

Description: 机器学习中的关于逻辑回归(LR)方法的分类器,Matlab源码,附带四个数据集用于实验-Machine Learning on the logistic regression (LR) method of classification, Matlab source code, with four data sets for experiments
Platform: | Size: 1488896 | Author: 文瑞 | Hits:

[matlabLogit

Description: 基于matlab语言的logistic回归分析程序 精确度-logistic regression analysis based on matlab language program accuracy
Platform: | Size: 1024 | Author: 熊涛 | Hits:

[Finance-Stock software systemex3

Description: 机器学习关于逻辑回归的应用以及附有matlab源代码-Machine learning logistic regression with Matlab source code
Platform: | Size: 7905280 | Author: 赵改平 | Hits:

[AI-NN-PRmlclass-ex2

Description: 斯坦福大学机器学习公开课程第二讲matlab实现作业--逻辑回归。-Stanford Machine Learning public speaking courses matlab achieve second job- logistic regression.
Platform: | Size: 17408 | Author: levi | Hits:

[AI-NN-PRmlclass-ex3

Description: 斯坦福大学机器学习公开课程第三讲matlab实现作业--多逻辑回归和神经网络表示。-Stanford Machine Learning public speaking courses third matlab realize the job- and more logistic regression and neural network representation.
Platform: | Size: 7600128 | Author: levi | Hits:

[OtherCh05

Description: 逻辑回归,实例:matlab使用逻辑回归进行分类。-Logistic regression
Platform: | Size: 14336 | Author: 小为 | Hits:

[AI-NN-PRlogistic_regression

Description: 利用逻辑回归实现二分类的matlab程序。随机生成训练样本,利用梯度下降法进行训练,并且在样本图上画出了分类边界。-Logistic regression for binary classification matlab procedures. Randomly generated training samples, the training using the gradient descent method, and is shown in Figure on the sample classification boundaries.
Platform: | Size: 1024 | Author: 任仁 | Hits:

[matlabLogReg

Description: 逻辑回归实现线性分类器,文件中的readme.txt可以看到使用方法。 具体使用就是通过data.txt读入数据(默认2维数据,分为正反两类。)然后用matlab运行solve.m即可得到分类线、分类准确率。-a matlab source code for Logistic Regression. Datas in data.txt are of 2dimension and 2 types. run solve.m in matlab software to get the accuracy and the plot result.
Platform: | Size: 5120 | Author: 何天赋 | Hits:

[matlabproject3

Description: machine learning algorithm source code: logistic regression in MATLAB.
Platform: | Size: 6144 | Author: 武随超 | Hits:

[matlablogistic_reg

Description: a logistic regression in matlab
Platform: | Size: 1262592 | Author: Fa | Hits:

[AI-NN-PRlibORF-master

Description: 针对各种机器学习,深度学习领域的一个matlab工具包-A machine learning library focused on deep learning.Following algorithms and models are provided along with some static utility classes: - Naive Bayes, Linear Regression, Logistic Regression, Softmax Regression, Linear Support Vector Machine, Non-Linear Support Vector Machine (with RBF kernel), Feed-forward Neural Network, Embedding Neural Network, Convolutional Neural Network, Sparse Autoencoders, Denoising Autoencoders, Contractive Autoencoders, Stacked Sparse Autoencoders, Self-Taught Learner and Restricted Boltzmann Machines are tested with this version. - Rest of the methods are not tested hence not supplied and the progress is as follows: + Deep Belief Nets with Restricted Boltzmann Machines (not tested) + Bayes Nets (tested- refactoring) + Hidden Markov Models (tested- refactoring) + Conditional Random Fields (work in progress)
Platform: | Size: 346112 | Author: zhjhe | Hits:

[matlabLogistic-matlab-an-example

Description: 采用逻辑回归分析,金融商业机构对企业进行评估,有一个具体的例子,是对企业的破产风险进行评估,逻辑回归是基于matlab做的-Using logistic regression analysis, financial business organizations to uate the enterprise, there is a specific example, is the enterprise bankruptcy risk assessment, logic regression is based on MATLAB to do
Platform: | Size: 51200 | Author: 王杰 | Hits:

[OtherHW1

Description: logistic regression naive baise regression matlab code-logistic regression naive baise regression matlab code
Platform: | Size: 6233088 | Author: zhiyi li | Hits:

[Othermlclass-ex2

Description: 逻辑回归,机器学习相关内容,内有说明,基于matlab仿真-ex2.m- Octave script that will help step you through the exercise ex2 reg.m- Octave script for the later parts of the exercise ex2data1.txt- Training set for the rst half of the exercise ex2data2.txt- Training set for the second half of the exercise submit.m- Submission script that sends your solutions to our servers mapFeature.m- Function to generate polynomial features plotDecisionBounday.m- Function to plot classi er s decision boundary [?] plotData.m- Function to plot 2D classi cation data [?] sigmoid.m- Sigmoid Function [?] costFunction.m- Logistic Regression Cost Function [?] predict.m- Logistic Regression Prediction Function [?] costFunctionReg.m- Regularized Logistic Regression Cost
Platform: | Size: 26624 | Author: 张伟强 | Hits:

[Othermlclass-ex3

Description: 多分类学习及神经网络,机器学习相关,基于matlab计算-ex3.m- Octave script that will help step you through part 1 ex3 nn.m- Octave script that will help step you through part 2 ex3data1.mat- Training set of hand-written digits ex3weights.mat- Initial weights for the neural network exercise submitWeb.m- Alternative submission script submit.m- Submission script that sends your solutions to our servers displayData.m- Function to help visualize the dataset fmincg.m- Function minimization routine (similar to fminunc) sigmoid.m- Sigmoid function [?] lrCostFunction.m- Logistic regression cost function [?] oneVsAll.m- Train a one-vs-all multi-class classi er [?] predictOneVsAll.m- Predict using a one-vs-all multi-class classi er [?] predict.m- Neural network prediction function
Platform: | Size: 7608320 | Author: 张伟强 | Hits:

[matlablogregmatlab

Description: matlab实现逻辑回归,梯度上升(效果不好)及牛顿法实现(效果好)-matlab realize logistic regression, gradient ascent (not good) and Newton' s method to achieve
Platform: | Size: 3072 | Author: xijiazhen | Hits:

[matlablogistic

Description: 使用matlab自带数据进行逻辑回归,并附有详细注释。-Using logistic regression matlab own data, along with detailed notes.
Platform: | Size: 1024 | Author: 赵嵩 | Hits:

[matlab回归

Description: 实现线性回归和逻辑回归,并随机数据进行分类(Linear regression and logistic regression were implemented, and random data were classified)
Platform: | Size: 1024 | Author: 汝汝 | Hits:

[matlablogistic线性回归

Description: 应用MATLAB程序进行线性回归计算,此为相关代码,具有很强的应用价值。(Application of MATLAB program for linear regression calculation, this is the relevant code, has a strong application value.)
Platform: | Size: 10240 | Author: 羞羞的战士 | Hits:
« 1 23 »

CodeBus www.codebus.net